application: Replace accelerator handling with shortcuts
authorBenjamin Otte <otte@redhat.com>
Wed, 22 Aug 2018 23:23:24 +0000 (01:23 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 26 Mar 2020 03:14:28 +0000 (23:14 -0400)
commitdaa7d9072dc3e0dee3fe041354ddddbb97695061
tree91f106d29ec546c080e65ae1dbe2741113fcd64e
parent90a34312d45b03b1f1e28a4629ab0136304148b8
application: Replace accelerator handling with shortcuts

API remains the same, but activation is now done via a
shortcutcontroller.

The code uses a controller with global scope so that the
shortcuts are managed with all the other global shortcuts.
gtk/gtkapplicationaccels.c
gtk/gtkapplicationaccelsprivate.h
gtk/gtkwindow.c